IJogCommand Interface
Represents a jog move.
Inheritance hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Class.IKsCommand
IntervalZero.KINGSTAR.Base.Class.IJogCommand
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public interface IJogCommand : IKsCommand
Public Interface IJogCommand Inherits IKsCommand
The IJogCommand interface exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Acceleration | A value of the acceleration. |
![]() |
Deceleration | A value of the deceleration. |
![]() |
Direction | The direction of the jog move. |
![]() |
Jerk | A value of the jerk. |
![]() |
Velocity | A value of the specified velocity. [unit/second] |
See also